Comment out some stuff that depends on the rest of my patches.
authorHavoc Pennington <hp@redhat.com>
Wed, 26 Jul 2000 00:32:39 +0000 (00:32 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Wed, 26 Jul 2000 00:32:39 +0000 (00:32 +0000)
2000-07-25  Havoc Pennington  <hp@redhat.com>

* gtk/testtext.c: Comment out some stuff that depends on the rest
of my patches.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/testtext.c
tests/testtext.c

index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index b19ae7da7e7082342563f9cf6a7fcfabb4a0bc30..834ef6b06afa477251f8827840094da596948c8e 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-25  Havoc Pennington  <hp@redhat.com>
+
+       * gtk/testtext.c: Comment out some stuff that depends on the rest
+       of my patches.
+
 2000-07-25  Havoc Pennington  <hp@redhat.com>
 
        * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
index bbff4d00aeddde7bf1816d8facde2807ee78bb31..9a6059790a759099feed9094667daca5d0915a22 100644 (file)
@@ -930,6 +930,8 @@ do_search (gpointer callback_data,
   GtkWidget *dialog;
   GtkWidget *search_text;
   GtkTextBuffer *buffer;
+
+#if 0
   
   dialog = gtk_dialog_new_with_buttons ("Search",
                                         GTK_WINDOW (view->window),
@@ -958,6 +960,7 @@ do_search (gpointer callback_data,
   gtk_widget_grab_focus (search_text);
   
   gtk_widget_show_all (dialog);
+#endif
 }
 
 static void
@@ -1288,7 +1291,8 @@ buffer_search_forward (Buffer *buffer, const char *str,
           ++i;
         }
     }
-  
+
+#if 0  
   dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
                                    GTK_MESSAGE_INFO,
                                    GTK_BUTTONS_OK,
@@ -1302,6 +1306,7 @@ buffer_search_forward (Buffer *buffer, const char *str,
                              GTK_OBJECT (dialog));
   
   gtk_widget_show (dialog);
+#endif
 }
 
 static void
index bbff4d00aeddde7bf1816d8facde2807ee78bb31..9a6059790a759099feed9094667daca5d0915a22 100644 (file)
@@ -930,6 +930,8 @@ do_search (gpointer callback_data,
   GtkWidget *dialog;
   GtkWidget *search_text;
   GtkTextBuffer *buffer;
+
+#if 0
   
   dialog = gtk_dialog_new_with_buttons ("Search",
                                         GTK_WINDOW (view->window),
@@ -958,6 +960,7 @@ do_search (gpointer callback_data,
   gtk_widget_grab_focus (search_text);
   
   gtk_widget_show_all (dialog);
+#endif
 }
 
 static void
@@ -1288,7 +1291,8 @@ buffer_search_forward (Buffer *buffer, const char *str,
           ++i;
         }
     }
-  
+
+#if 0  
   dialog = gtk_message_dialog_new (GTK_WINDOW (view->window),
                                    GTK_MESSAGE_INFO,
                                    GTK_BUTTONS_OK,
@@ -1302,6 +1306,7 @@ buffer_search_forward (Buffer *buffer, const char *str,
                              GTK_OBJECT (dialog));
   
   gtk_widget_show (dialog);
+#endif
 }
 
 static void